home *** CD-ROM | disk | FTP | other *** search
/ The Epic Collection 3 / Epic Collection 3, The (1997)(Epic Marketing)[!].iso / internet / email / metatool / mailcap < prev    next >
Text File  |  1996-09-08  |  3KB  |  74 lines

  1. #MT <-- MetaTool Mailcap enabler!
  2. #
  3. # Amiga MetaTool 40.5 Distribution Mailcap file, originally:
  4. #
  5. # Copyright (c) 1991 Bell Communications Research, Inc. (Bellcore)
  6. #
  7. # Permission to use, copy, modify, and distribute this material
  8. # for any purpose and without fee is hereby granted, provided
  9. # that the above copyright notice and this permission notice
  10. # appear in all copies, and that the name of Bellcore not be
  11. # used in advertising or publicity pertaining to this
  12. # material without the specific, prior written permission
  13. # of an authorized representative of Bellcore.  BELLCORE
  14. # MAKES NO REPRESENTATIONS ABOUT THE ACCURACY OR SUITABILITY
  15. # OF THIS MATERIAL FOR ANY PURPOSE.  IT IS PROVIDED "AS IS",
  16. # WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES.
  17. #
  18. #
  19. #
  20. # These are example entries, with Amiga implementations, most entries
  21. # are either parts of OS3.0+ or available from AmiNet, a few are
  22. # scripts which come with the MetaTool or metamail-2.3a distributions.
  23. #
  24. # This file may be shared with other MIME applications...
  25. #
  26. #
  27. # audio/basic is 8 bit per sample, 8000 samples/s, u-law (not linear) transfer
  28. # function. The highest bit is a sign bit, as required by the Amiga.
  29. audio/basic; MultiView %s; label="A u-law (au) sample"
  30. audio/x-8svx; MultiView %s; label="An 8SVX Sample"
  31. audio/x-voc; MultiView %s;label="A VOC Sample"
  32. audio/x-wav; MultiView %s;label="A WAVE Sample"
  33. audio/x-macsnd; MultiView %s;label="A Mac Sound"
  34. audio/*; MultiView %s; label="An audio fragment"
  35. #
  36. #
  37. image/gif; MultiView %s SCREEN; label="A GIF Image" 
  38. image/jpeg; MultiView %s SCREEN; label="A JPEG Image"
  39. image/x-xbitmap; MultiView %s; label="An X-bitmap image"
  40. image/x-iff; MultiView %s; label="An IFF Image"; edit="DPaint"
  41. image/x-ilbm; MultiView %s; label="an ILBM Image";edit="DPaint"
  42. image/tiff; MultiView %s SCREEN
  43. image/*;MultiView %s SCREEN
  44. #
  45. video/x-cdxl; MultiView %s; label="A CDXL Animation"
  46. video/x-anim; VT %s; label="An IFF ANIM Animation";edit="DPaint"
  47. video/quicktime; xanim %s; label="A QuickTime Animation"
  48. video/*; xanim %s; label="An Animation"
  49. #
  50. # Handled internally by MetaTool
  51. #message/partial; showpartial %s %{id} %{number} %{total}
  52. #
  53. #
  54. text/x-aguide; MultiView %s; label="An AmigaGuide file"; edit="emacs %s"
  55. text/plain; PPMore %s; edit="emacs %s"
  56. text/enriched; showRichtext %s; edit="emacs %s"
  57. #
  58. #
  59. # If you have an interactive Postscript interpreter, you should think carefully
  60. # before replacing lpr with it in the following line, because PostScript
  61. # can be an enormous security hole.  It is RELATIVELY harmless
  62. # when sent to the printer...
  63. #application/postscript ; lpr %s ; label="A Postscript File";\
  64. #        compose="getfilename Postscript %s"
  65. application/postscript; PostView INIT s:init.ps FILE %s;\
  66.         label="A Postscript File"
  67. #
  68. # Some esoteric Amiga ones
  69. application/x-lha; SaveAS %s ; label="An lha Archive"; compose="getfilename.amiga  LHA %s"
  70. application/x-lzx; SaveAS %s  ; label="An lzx Archive"; compose="getfilename.amiga LZX %s"
  71. application/x-dvi; TeX:bin/showdvi %s
  72. # Catch-all: write to file.
  73. application/*;SaveAs %s
  74.